home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / lan / vlmkt2.zip / NETCFG.TXT < prev    next >
Text File  |  1994-12-13  |  15KB  |  391 lines

  1.  
  2. CONTENTS
  3.  
  4.      1. Description of NetWare DOS Requester Software
  5.      2. New NET.CFG parameters and changes since 1.10 VLMs
  6.      3. NET.CFG Parameters for the NetWare DOS Requester Option
  7.  
  8.  
  9.  
  10. 1. Description of NetWare DOS Requester Software 
  11.  
  12.      The NetWare DOS Requester consists of a number of files that
  13.      provide NetWare support for a DOS client.  Unlike previous
  14.      versions of the NetWare DOS client, the Requester is built on
  15.      a number of Virtual Loadable Modules (VLMs).  The VLM.EXE (VLM
  16.      manager) is responsible for loading the required modules.
  17.  
  18.      NOTE: The NetWare DOS Requester is NOT compatible with
  19.      NETX.COM or NETX.EXE.  Use NETX.VLM for compatibility with
  20.      shell calls.
  21.  
  22.      The following table lists the current core modules in their
  23.      default load order.  The table also includes descriptions,
  24.      default values, and flags indicating whether the module is
  25.      "Required" or "Optional" for each of NetWare Directory
  26.      Services or bindery services.
  27.  
  28.     MODULE          DESCRIPTION                      NDS  BIND  PNW
  29.     ======          ===========                      ===  ====  ===
  30.     CONN.VLM        Connection table manager          R     R    R
  31.  
  32.     IPXNCP.VLM      Transport protocol                R     R    R
  33.                     implementation using IPX
  34.  
  35.     TRAN.VLM        Transport protocol multiplexor    R     R    R
  36.  
  37.     SECURITY.VLM    NetWare enhanced security         O     O    O
  38.  
  39.     NDS.VLM         NetWare protocol implementation   R     O    O
  40.                     using Directory Services
  41.  
  42.     BIND.VLM        NetWare protocol implementation   O     R    O
  43.                     using the Bindery
  44.      
  45.     PNW.VLM         NetWare protocol implementation   O     O    R
  46.                     using Personal NetWare  
  47.  
  48.     NWP.VLM         NetWare protocol multiplexor      R     R    R
  49.   
  50.     FIO.VLM         File Input/Output                 R     R    R
  51.   
  52.     PRINT.VLM       Printer Redirection               O     O    O
  53.  
  54.     GENERAL.VLM     Miscellaneous functions for       R     R    R
  55.                     NETX.VLM and REDIR.VLM 
  56.  
  57.     REDIR.VLM       DOS redirector                    R     R    R
  58.  
  59.     NETX.VLM        NetWare shell compatibility       O     O    O
  60.  
  61.     RSA.VLM         RSA encryption for directory      O     O    O
  62.                     services reauthentication
  63.  
  64.     WSSNMP.VLM      Desktop SNMP module, which        O     O    O
  65.                     includes support for MIB-II 
  66.                     System and SNMP groups
  67.      
  68.     WSREG.VLM       MIB registration module           O     O    O
  69.  
  70.     WSASN1.VLM      ASN.1 translation module          O     O    O
  71.  
  72.     WSTRAP.VLM      Trap module                       O     O    O
  73.  
  74.     MIB2IF.VLM      MIB-II interface groups support   O     O    O
  75.  
  76.     MIB2PROT.VLM    MIB-II support for the            O     O    O
  77.                     TCP/IP groups
  78.  
  79.     AUTO.VLM        Auto-reconnect/auto-retry         O     O    O
  80.  
  81.     NMR.VLM         NetWare management responder      O     O    O
  82.  
  83.  
  84. --------------------------------------------------------------------
  85.  
  86. 2. NEW NET.CFG PARAMETERS Since the VLMs 1.10
  87.  
  88.  
  89.   A> CONFIRM CRITICAL ERROR ACTION = ON|OFF    {default is ON}
  90.  
  91.      Previously in Windows, critical errors may have been intercepted by Windows
  92.      before the VLMs received the critical error.  If the user entered CANCEL after
  93.      receiving, the Windows error "Cannot read from device network--
  94.      Cancel--Retry",  Windows would proceed to tear the connection to the server
  95.      down without user intervention or notification.
  96.  
  97.      This new net.cfg parameter will intercept the INT 24 (critical error), and
  98.      allow the user to "Retry" manually, before the connections are torn down.
  99.  
  100.      For this parameter to work, the NETWARE.DRV v3.03 must be loaded (WINDR1.EXE). 
  101.      Make sure to have the following in the SYSTEM.INI file:
  102.  
  103.      [boot]
  104.      network.drv=netware.drv
  105.  
  106.   B> EOJ = ON|OFF {default is ON}
  107.  
  108.      Previous versions of the VLMs would not parse this parameter.
  109.  
  110.      This version of the VLMs will now parse the EOJ = ON|OFF NET.CFG parameter. 
  111.      This option will turn the end of job automatic closing of files, locks,
  112.      semaphores, and so forth, ON or OFF.  This supports EOJs from a DOS INT 21 D6
  113.      function call.
  114.  
  115.   C> FORCE FIRST NETWORK DRIVE = ON|OFF {default is OFF}
  116.  
  117.      Previously, if you typed logout from any drive other than a local drive or
  118.      the FIRST NETWORK DRIVE, the SYS:LOGIN drive would be mapped to the drive
  119.      letter you logged out from.
  120.  
  121.      If set to ON, this parameter will force the SYS:LOGIN drive to be mapped to
  122.      the "FIRST NETWORK DRIVE = ?" drive upon logout.
  123.  
  124.   D> LIP START SIZE=xxx  {default is 0, min is 576, max is 65535, 0 is off}
  125.  
  126.      This parameter was provided for those that operate across mulitple hop routes,
  127.      with one segment of the connection that has smaller packet sizes than the local 
  128.      routes, but larger than the minimum packet size of 576 bytes.  This improved
  129.      algorithm improves performance while drastically improving thruput.
  130.  
  131.   E> LOAD LOW FIO=ON|OFF  {default is OFF}
  132.  
  133.      FIO.VLM now can be loaded low (In conventional or UMB memory).  This
  134.      increases performance for repeated reads and writes, such as with database
  135.      applications
  136.  
  137.      To load the transient portion of FIO.VLM into conventional or UMB memory,
  138.      add the following parameter to the workstation's NET.CFG under the NETWARE DOS
  139.      REQUESTER heading:
  140.  
  141.      LOAD LOW FIO = ON
  142.  
  143.  
  144.   F> LOAD LOW NETX=ON|OFF  {default is OFF}
  145.  
  146.      NETX.VLM now can be loaded low (In conventional or UMB memory).  This
  147.      increases performance for repeated reads and writes, such as with database
  148.      applications
  149.  
  150.      To load the transient portion of NETX.VLM into conventional or UMB memory,
  151.      add the following parameter to the workstation's NET.CFG under the NETWARE DOS
  152.      REQUESTER heading:
  153.  
  154.      LOAD LOW NETX = ON
  155.  
  156.   G> LOAD LOW REDIR = ON|OFF  {default is OFF}
  157.  
  158.      REDIR.VLM now can be loaded low (In conventional or UMB memory).  This
  159.      increases performance for repeated reads and writes, such as with database
  160.      applications.
  161.  
  162.      To load the transient portion of REDIR.VLM into conventional or UMB memory, 
  163.      add the following parameter to the workstation's NET.CFG under the NETWARE DOS
  164.      REQUESTER heading:
  165.  
  166.      LOAD LOW REDIR = ON
  167.  
  168.   H> LOCK DELAY = xxx  {default is 1, min is 0, max is 255}
  169.  
  170.      This version of the VLMs will now parse this parameter.  The "Lock Delay"
  171.      determines the delay between LOCK RETRIES.  The delay value determines the
  172.      number of 64 KB empty loops to execute between RETRIES.  This parameter is
  173.      dependant on processor speed.  Faster CPUs will execute a 64 KB no-op loop
  174.      faster; therefore, they may need to have this parameter increased.
  175.  
  176.   I> LOCK RETRIES = xxx {default is 3, min is 0, max is 255}
  177.  
  178.      The "Lock Retries" determines the number of retries that are executed if a
  179.      SHARE violation/failure occurs when opening or locking a file.
  180.  
  181.  
  182.  
  183.  CHANGES TO NET.CFG PARAMETERS Since the v1.10 VLMs
  184.  
  185.   A>  READ ONLY COMPATIBILITY = ON|OFF {default is OFF}
  186.  
  187.      In previous versions of the VLMs, READ ONLY COMPATIBILITY defaulted to ON.
  188.  
  189.      The default was changed to make the VLMs consistent with NETX.EXE v3.32.
  190.  
  191.  
  192. -------------------------------------------------------------------
  193.  
  194.  
  195. 3. NET.CFG File Parameter for the NetWare DOS Requester Option
  196.  
  197.      The following table lists the parameters for the various
  198.      modules of the NetWare DOS Requester.  
  199.  
  200.      The following list is complete. Any parameters which may
  201.      have been used previously by the NetWare DOS Requester but are
  202.      not listed here are invalid.
  203.  
  204. Parameter/Default                  Minimum   Maximum   Module
  205.  
  206. AUTO RECONNECT = ON                --        --        AUTO.VLM
  207.                                                        NDS.VLM
  208.  
  209.      Note: When this parameter is OFF, the AUTO.VL